home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / sbbsvol2.zip / DOCS.ZIP / SBBSZFAX.BAT < prev    next >
DOS Batch File  |  1993-06-02  |  190b  |  11 lines

  1. @echo off
  2. :top
  3. ..\exec\sbbs %1 %2 %3 %4 %5
  4. if not errorlevel 100 goto end
  5. cd \zfax
  6. rcvfax 2 /p:1
  7. echo rhiIncoming FAX! >> \sbbs\data\msgs\0001.msg
  8. cd \sbbs\node1
  9. goto top
  10. :end
  11.